README.txt – Executable Folder

This folder contains the precompiled .hex file for the USB Drop Attack Simulation Device.

File:
- digispark_payload.hex: This is the compiled payload that should be uploaded to a Digispark ATTiny85 USB device.

To upload using Micronucleus:
1. Install Micronucleus (https://github.com/micronucleus/micronucleus)
2. Open a terminal or command prompt
3. Run the command:
   micronucleus digispark_payload.hex
4. Plug in the Digispark when prompted

Note:
You can also upload the payload using the Arduino IDE by opening the source file from the 'Source' folder and clicking 'Upload'.
